home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
Libraries
/
Dots & Pixels
/
sources
/
phaser.cp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-09-29
|
142 b
|
9 lines
|
[
TEXT/KAHL
]
#include "phaser.h"
phaser::phaser( unsigned int length)
: cycle_length( length)
{
major_phase = length - 1;
minor_phase = major_phase;
}